program access code

英 [ˈprəʊɡræm ˈækses kəʊd] 美 [ˈproʊɡræm ˈækses koʊd]

程序存取代码,程序存取码

计算机



双语例句

  1. In the Python language, everything is an object a program can access, including simple types that hold integers, as well as the actual code you write and its representation in the Python interpreter.
    在Python语言中,所有事物都是程序可以访问的对象,其中包括保存整数的简单类型,以及您编写的实际代码和这些代码在Python解释器中的表示。
  2. Oracle is also planning to use its OTN program in relation to partners interested in getting early access to the code
    Oracle还计划使用OTN项目,从而让对此感兴趣的合作者更早地能够访问到源代码
  3. Program graph of decompile code access is introduced to analyse the controling flow of a code program, and give the algorithm for restoring controling structure and the translation of program graph in controling flow analysis.
    本文着重介绍反编译代码存储的程序图方法,以及在程序图基础上,对代码程序进行控制流分析、控制结构提取,给出了结构提取的算法:控制流分析过程中的程序图变换。
  4. This approach analyzes the program logic structure in order to find all potential buffers, track their access, and insert necessary bound checking code.
    该方法通过分析程序的逻辑结构试图发现所有可能的缓冲区,对这些缓冲区的访问进行跟踪,并插入必要的边界检查代码。